From: Richard M. Stallman Date: Fri, 28 May 1993 16:40:28 +0000 (+0000) Subject: (baud-rate): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95850 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bcacc42c51ac6792ebb2832777f28c28a336d45c;p=emacs.git (baud-rate): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index 755f64dff61..e0da47446b8 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -368,7 +368,8 @@ nas returned by the `event-start' and `event-end' functions." ;; Some programs still use this as a function. (defun baud-rate () - "Obsolete function returning the value of the `baud-rate' variable." + "Obsolete function returning the value of the `baud-rate' variable. +Please convert your programs to use the variable `baud-rate' directly." baud-rate)